github.com/jackc/pgx/v5/pgconn.scramClient.clientAndServerNonce (field)

5 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		auth_scram.go#L173: 	clientAndServerNonce []byte
		auth_scram.go#L255: 	sc.clientAndServerNonce = buf[:idx]
		auth_scram.go#L287: 	if !bytes.HasPrefix(sc.clientAndServerNonce, sc.clientNonce) {
		auth_scram.go#L291: 	if len(sc.clientAndServerNonce) <= len(sc.clientNonce) {
		auth_scram.go#L311: 	clientFinalMessageWithoutProof := fmt.Appendf(nil, "c=%s,r=%s", channelBindingEncoded, sc.clientAndServerNonce)